QADrawContextDelete
You can use theQADrawContextDelete
function to delete a draw context.
void QADrawContextDelete (TQADrawContext *drawContext);
drawContext
- A draw context.
DESCRIPTION
TheQADrawContextDelete
function deletes the draw context specified by thedrawContext
parameter. Any memory and other resources associated with that draw context are released.